Exemplo n.º 1
0
 public Method(DbEntity entity, ApiMethod method, bool isVisible, bool forAutorized)
 {
     this.entity = entity;
     this.method = method;
     this.isVisible = isVisible;
     this.forAutorized = forAutorized;
 }
Exemplo n.º 2
0
 public Entity(string name, DbEntity entity)
 {
     this.entity = entity;
     this.name = name;
 }
Exemplo n.º 3
0
 public Entity(string name, DbEntity entity)
 {
     this.entity = entity;
     this.name   = name;
 }