コード例 #1
0
 public static bool ApplyForJob(AppliedJobs job)
 {
     return(UsersRepository.ApplyJob(job));
 }