예제 #1
0
 public T Create(string id)
 {
     return(_context.CreateEntity <T>(id));
 }