예제 #1
0
파일: Method.cs 프로젝트: 392HEMI/Api
 public Method(DbEntity entity, ApiMethod method, bool isVisible, bool forAutorized)
 {
     this.entity = entity;
     this.method = method;
     this.isVisible = isVisible;
     this.forAutorized = forAutorized;
 }
예제 #2
0
파일: Entity.cs 프로젝트: 392HEMI/Api
 public Entity(string name, DbEntity entity)
 {
     this.entity = entity;
     this.name = name;
 }
예제 #3
0
 public Entity(string name, DbEntity entity)
 {
     this.entity = entity;
     this.name   = name;
 }