mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-28 17:01:48 +03:00
8 lines
104 B
C#
8 lines
104 B
C#
using System;
|
|
|
|
namespace MicroIoc
|
|
{
|
|
public class InjectAttribute : Attribute
|
|
{
|
|
}
|
|
} |