예제 #1
0
 public Result <List <SocialMediaPlatform> > GetAllSocialMediaPlatforms()
 {
     return(Result.Success(_socialMediaPlatformRepository.GetSocialMediaPlatforms()));
 }
예제 #2
0
 public List <SocialMediaPlatform> GetAllSocialMediaPlatforms()
 {
     return(_socialMediaPlatformRepository.GetSocialMediaPlatforms());
 }