예제 #1
0
 public ReturnResult <ProfileTypes> GetAllProfileTypes()
 {
     return(profileDAL.ProfileTypeGetAll());
 }